home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / sticpsrc.lzh / CONFIG.ARC / AUTOEXEC.ST < prev    next >
Text File  |  1990-07-19  |  3KB  |  126 lines

  1. # PE1CHL-NET configuration file for Atari ST
  2. #
  3. # insert your callsign (in lowercase) instead of the callsign below.
  4. # don't add an SSID here, and change only the part between - and }
  5. #
  6. setenv CALLSIGN ${CALLSIGN-pe1zzz}
  7. #
  8. # RS232 connected to 2m (144), MIDI to 70cm (430)
  9. #
  10. # MIDI as a KISS Interface (430)
  11. #
  12. attach asy 3 0 ax25 430 2048 256 9600 $CALLSIGN-7
  13. #
  14. # AUX: (RS232) as a KISS Interface (144)
  15. #
  16. attach asy 1 1 ax25 144 2048 256 9600 $CALLSIGN-2
  17. #
  18. # MIDI as a SLIP Interface
  19. #
  20. #attach asy 3 0 slip midi 4096 576 31250
  21. #
  22. # attach commands for SCC driver.
  23. #
  24. # define buffers for use by SCC driver
  25. #memstat 30000
  26. #buffers 32 2 128
  27. # first init, then attach the channels.
  28. #attach scc 1 init fffd00 8 3 7 -2 fffd3f 3 p4915200
  29. #attach scc 1 ax25 430 256 d1200 $CALLSIGN-7
  30. #attach scc 0 ax25 144 256 d1200 $CALLSIGN-2
  31. #
  32. # attach the NET/ROM interface & set the call to be used by NET/ROM level 3
  33. #
  34. #attach netrom $CALLSIGN-9
  35. #
  36. # setup some directories and files. G: must be a RAMDISK. (128K or more)
  37. #
  38. setenv NETDISK a:
  39. setenv RAMDISK g:
  40. #
  41. # if you don't have a RAMDISK then delete 3 lines below and change TMPDIR.
  42. #
  43. mkdir -f ${RAMDISK}\tmp ${RAMDISK}\net
  44. copy $NETHOSTS ${RAMDISK}\net\hosts.net
  45. setenv NETHOSTS ${RAMDISK}\net\hosts.net
  46. setenv TMPDIR ${RAMDISK}\tmp
  47. setenv TIMEZONE MET:0
  48. shell =${NETDISK}\command.prg
  49. del -f $TMPDIR\*.*
  50. #
  51. # remainder of configuration
  52. #
  53. source ${NETDISK}\net\config.net
  54. #
  55. # Addresses, IP routing table and ARP commands, Misc
  56. #
  57. hostname $CALLSIGN.ampr.org
  58. ip address $CALLSIGN
  59. source ${NETDISK}\net\routes.net
  60. log ${NETDISK}\net\net.log
  61. del -f ${NETMAILQ}*.lck
  62. #
  63. # NET/ROM configuration and filtering of reliable nodes
  64. #
  65. #netrom info ${NETDISK}\net\nr_info.txt
  66. #netrom interface 144 "#TCPIP" 192 lap
  67. #netrom interface 430 "#TCPIP" 192 uplink
  68. #netrom tcpip broadcast "#TCPIP"
  69. #netrom nodefilter add pa0gri-2 144
  70. #netrom nodefilter add pi8rni-7 430
  71. #
  72. # KISS and AX25 stuff for each TNC connected
  73. #
  74. mheard 430 23
  75. mheard 144 23
  76. mode 430 datagram
  77. mode 144 datagram
  78. ax25 digipeat 430 gate
  79. ax25 digipeat 144 gate
  80. ax25 persist 430 128 5 64 60 900
  81. ax25 persist 144 128 5 64 60 900
  82. #
  83. # AX25 ports.  1=TNC 2=NetDigi 3=MHEARD 4=Bridge 5=TNC2 6=MBOX
  84. #
  85. ax25 port 1 conn $CALLSIGN
  86. ax25 port 2 digi $CALLSIGN-3 144 gate
  87. ax25 port 2 digi $CALLSIGN-8 430 gate
  88. ax25 port 3 conn $CALLSIGN-3 144 multi
  89. ax25 port 3 conn $CALLSIGN-8 430 multi
  90. ax25 port 4 conn $CALLSIGN-6
  91. ax25 port 5 conn $CALLSIGN-12
  92. ax25 port 6 conn $CALLSIGN-1
  93. #
  94. # initialize KISS TNC on 430
  95. #
  96. param 430 1 36
  97. param 430 2 50
  98. param 430 3 30
  99. param 430 4 3
  100. param 430 5 0
  101. #
  102. # initialize KISS TNC on 144
  103. #
  104. param 144 1 36
  105. param 144 2 50
  106. param 144 3 30
  107. param 144 4 3
  108. param 144 5 0
  109. #
  110. # now we can safely start all servers
  111. #
  112. start discard
  113. start echo
  114. start finger
  115. start ftp
  116. #start rcmd 333 "hier de password zin voor de rcmd server invullen"
  117. start smtp
  118. start telnet
  119. #
  120. ax25 start bridge
  121. ax25 start mbox ${NETFINGER}naam.txt
  122. ax25 start mheard
  123. ax25 start netdigi
  124. ax25 start tnc "= Connect Text ="
  125. #ax25 start tnc2 8=144 9=430
  126.